home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / nt / source.exe / POSIX / EXAMPLES / CC.MK < prev    next >
Encoding:
Text File  |  1993-07-08  |  113 b   |  5 lines

  1. SDK = //C/nt/public/sdk
  2.  
  3. test: test.c a.c b.c
  4.     cc -o test $(CFLAGS) -I $(SDK)/inc/crt -L $(SDK)/lib/i386 *.c
  5.